home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / DATA / nav walk death / OFFLINE.EXE / 0 / RCDATA / TFM_DIRBTN / TFM_DIRBTN.txt
Text File  |  1998-08-10  |  2KB  |  110 lines

  1. object FM_DirBtn: TFM_DirBtn
  2.   Left = 108
  3.   Top = 234
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Directory Buttons Maintenace'
  7.   ClientHeight = 156
  8.   ClientWidth = 632
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   TextHeight = 13
  17.   object PA_DIRBTN: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 632
  21.     Height = 35
  22.     Align = alTop
  23.     TabOrder = 0
  24.   end
  25.   object Panel2: TPanel
  26.     Left = 0
  27.     Top = 35
  28.     Width = 632
  29.     Height = 121
  30.     Align = alClient
  31.     TabOrder = 1
  32.     object Label1: TLabel
  33.       Left = 8
  34.       Top = 48
  35.       Width = 49
  36.       Height = 13
  37.       Caption = '&HTML File'
  38.     end
  39.     object Label2: TLabel
  40.       Left = 8
  41.       Top = 16
  42.       Width = 36
  43.       Height = 13
  44.       Caption = '&Caption'
  45.     end
  46.     object ED_HTML: TEdit
  47.       Left = 80
  48.       Top = 44
  49.       Width = 441
  50.       Height = 21
  51.       TabOrder = 1
  52.     end
  53.     object BitBtn1: TBitBtn
  54.       Left = 328
  55.       Top = 80
  56.       Width = 89
  57.       Height = 25
  58.       Cancel = True
  59.       Caption = '&Close'
  60.       ModalResult = 8
  61.       TabOrder = 4
  62.       NumGlyphs = 2
  63.     end
  64.     object ED_Capt: TEdit
  65.       Left = 80
  66.       Top = 12
  67.       Width = 185
  68.       Height = 21
  69.       TabOrder = 0
  70.     end
  71.     object Button1: TButton
  72.       Left = 528
  73.       Top = 43
  74.       Width = 52
  75.       Height = 22
  76.       Caption = '&Browse'
  77.       TabOrder = 2
  78.       OnClick = Button1Click
  79.     end
  80.     object BT_APPLY: TButton
  81.       Left = 232
  82.       Top = 80
  83.       Width = 89
  84.       Height = 25
  85.       Caption = '&Apply'
  86.       TabOrder = 3
  87.       OnClick = BT_ApplyClick
  88.     end
  89.     object CHK_LOCAL: TCheckBox
  90.       Left = 80
  91.       Top = 72
  92.       Width = 137
  93.       Height = 17
  94.       Hint = 
  95.         'If checked, always looking for the file in the program'#39's running' +
  96.         ' directory'
  97.       Caption = 'In &Executable'#39's Directory'
  98.       ParentShowHint = False
  99.       ShowHint = True
  100.       TabOrder = 5
  101.     end
  102.   end
  103.   object OpenDialog1: TOpenDialog
  104.     DefaultExt = 'HTM'
  105.     Filter = 'HTM Files|*.HTM|HTML Files|*.HTML|All Files|*.*'
  106.     Left = 360
  107.     Top = 40
  108.   end
  109. end
  110.